.inner-box {
  margin-left: 15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.inner-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.inner-banner .inner-word {
  position: absolute;
  font-size: 48px;
  width: 100%;
  color: #fff;
  letter-spacing: 2px;
  top: 45%;
  text-align: center;
  animation: word-spread 4s linear;
}
.inner-top {
  width: 100%;
  padding: 5% 5% 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-top .inner-title {
  height: 70px;
  line-height: 70px;
  color: #0068b7;
  font-weight: bold;
  font-size: 36px;
}
.inner-top .inner-tips {
  font-size: 18px;
}
.inner-list {
  width: 100%;
  padding: 3% 5%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-list .list-box {
  width: 100%;
}
.inner-list .list-box .item-box {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 1px 1px 10px 1px #a3bbd9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-list .list-box .item-box:nth-child(3n) {
  margin-right: 0;
}
.inner-list .list-box .item-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.inner-list .list-box .item-box a .img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
.inner-list .list-box .item-box a .img .case-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background: url(../images/case-play.png) no-repeat center;
  background-size: 50%;
  z-index: 11;
}
.inner-list .list-box .item-box a .img .case-video-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin-left: -75px;
  margin-top: -75px;
  background: url(../images/case-play-bg.png) no-repeat center;
  background-size: 50%;
  z-index: 10;
}
.inner-list .list-box .item-box a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 350ms;
}
.inner-list .list-box .item-box a .img img.no-news {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}
.inner-list .list-box .item-box a .box {
  padding: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 350ms;
}
.inner-list .list-box .item-box a .box h4 {
  text-align: left;
  height: 50px;
  font-size: 22px;
  font-weight: bold;
  color: #0068b7;
  margin-bottom: 2%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inner-list .list-box .item-box a .box p {
  line-height: 1.5;
  color: #999;
  font-size: 16px;
  margin: 5% 0;
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
  /*隐藏后添加省略号*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.inner-list .list-box .item-box a .box .time-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20px;
}
.inner-list .list-box .item-box a .box .time-box .new-line {
  width: 27px;
  height: 16px;
  background: url(../images/inner-arrow1.png) no-repeat center;
}
.inner-list .list-box .item-box a .box .time-box .time {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #ddd;
}
.inner-list .list-box .item-box a:hover img {
  transform: scale(1.1);
}
.inner-list .list-box .item-box a:hover .box {
  background: #0068b7;
}
.inner-list .list-box .item-box a:hover .box h4 {
  color: #fff;
}
.inner-list .list-box .item-box a:hover .box p {
  color: #fff;
}
.inner-list .list-box .item-box a:hover .box .new-line {
  background: url(../images/inner-arrow.png) no-repeat center;
}
.inner-list .list-box .item-box a:hover .box .time {
  color: #fff;
}
.news-detail-content {
  padding: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-detail-content .news-detail-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-detail-content .news-detail-title .h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  color: #0068b7;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
.news-detail-content .news-detail-title .b {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 2% auto;
  text-align: center;
  color: #333;
  background: #efefef;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.news-detail-content .news-detail {
  padding: 1% 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.news-detail-content .newsPage {
  border-top: 1px solid #ddd;
  padding-top: 2%;
}
.news-detail-content .newsPage .page-a {
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 16px;
}
.news-detail-content .newsPage .page-a a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #333;
}
.news-detail-content .newsPage .page-a a:hover {
  font-weight: bold;
  color: #0068b7;
}
.inner-address {
  padding: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-address .address-item {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  overflow: hidden;
}
.inner-address .address-item .contact-line {
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: #edf3f3;
}
.inner-address .address-item .contact-line:before {
  display: block;
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0068b7;
  transition: all 350ms;
}
.inner-address .address-item:nth-child(4n) {
  margin-right: 0;
}
.inner-address .address-item:hover {
  cursor: pointer;
}
.inner-address .address-item:hover .contact-line:before {
  left: 0;
}
.inner-address .address-item:before {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  left: 0;
  top: 35px;
}
.inner-address .address-item.address:before {
  background: url(../images/contact-icon1.png) no-repeat center;
}
.inner-address .address-item.tel:before {
  background: url(../images/contact-icon2.png) no-repeat center;
}
.inner-address .address-item.email:before {
  background: url(../images/contact-icon3.png) no-repeat center;
}
.inner-address .address-item.fax:before {
  background: url(../images/contact-icon4.png) no-repeat center;
}
.inner-address .address-item p:nth-child(2) {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  height: 40px;
}
.inner-address .address-item p:nth-child(3) {
  font-size: 18px;
  height: 30px;
  margin-top: 20px;
}
.inner-contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.inner-contact .contact-map {
  width: 50%;
  height: 960px;
}
.inner-contact .contact-map #dituContent {
  width: 100%;
  height: 100%;
}
.inner-contact .inner-message {
  padding: 3%;
  width: 50%;
  height: 960px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-contact .inner-message .message-title {
  font-size: 36px;
  font-weight: bold;
  margin-top: 5%;
  height: 50px;
  line-height: 50px;
  text-align: left;
}
.inner-contact .inner-message .message-tips {
  font-size: 16px;
  height: 50px;
  text-align: left;
  margin-top: 20px;
}
.inner-contact .inner-message .mes-form {
  overflow: hidden;
  margin-top: 20px;
}
.inner-contact .inner-message .mes-form .form-tr {
  overflow: hidden;
  position: relative;
}
.inner-contact .inner-message .mes-form .form-tr.has-xing:before {
  display: block;
  content: "*";
  position: absolute;
  color: #ff0000;
  left: 10px;
  top: 20px;
}
.inner-contact .inner-message .mes-form .form-tr input {
  display: block;
  width: 100%;
  padding: 20px;
  height: 60px;
  line-height: 60px;
  background: #f1f2f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-contact .inner-message .mes-form .form-tr textarea {
  display: block;
  width: 100%;
  padding: 20px;
  height: 240px;
  background: #f1f2f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-contact .inner-message .mes-form .form-tr .code {
  overflow: hidden;
  width: 48%;
  float: left;
  position: relative;
}
.inner-contact .inner-message .mes-form .form-tr .code input {
  padding: 20px 120px 20px 20px;
}
.inner-contact .inner-message .mes-form .form-tr .code .verify {
  cursor: pointer;
  position: absolute;
  right: 2%;
  top: 50%;
  margin-top: -20px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.inner-contact .inner-message .mes-form .form-tr .code .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.inner-contact .inner-message .mes-form .form-tr .mes-submit {
  float: right;
  display: block;
  width: 48%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #f08300;
  color: #fff;
  font-size: 15px;
}
.inner-contact .inner-message .mes-form .form-tr .mes-submit:hover {
  background: #0068b7;
}
.inner-contact .inner-message .mes-form .form-tr .error {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
  padding: 0 5px;
}
.inner-ad {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 190px;
  background: url(../images/ad-bg.png) no-repeat center;
  padding-left: 5%;
  padding-right: 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-ad .ad-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inner-ad .ad-left p {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}
.inner-ad .ad-left p:nth-child(1) {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 2%;
}
.inner-ad .ad-left p:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
}
.inner-ad .ad-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding-right: 70px;
  position: relative;
}
.inner-ad .ad-right:after {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/inner-arrow.png) no-repeat center;
  width: 30px;
  height: 20px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  animation: arrow_move 550ms linear 0s infinite alternate;
}
.inner-about .inner-intro {
  padding: 5% 5% 2%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.inner-about .inner-intro .about-left {
  width: 40%;
}
.inner-about .inner-intro .about-left p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.inner-about .inner-intro .about-left p span {
  color: #0068b7;
}
.inner-about .inner-intro .about-left p:nth-child(3) {
  background: #0068b7;
  width: 45px;
  height: 5px;
  margin-top: 50px;
}
.inner-about .inner-intro .about-right {
  width: 60%;
}
.inner-about .inner-intro .about-right p {
  font-size: 16px;
  line-height: 2;
}
.inner-about .inner-video {
  width: 90%;
  margin: 1% auto;
  height: 375px;
  position: relative;
}
.inner-about .inner-video .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background: url(../images/play.png) no-repeat center;
  background-size: 50%;
  z-index: 11;
}
.inner-about .inner-video .video-btn:hover {
  cursor: pointer;
}
.inner-about .inner-video .video-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin-left: -75px;
  margin-top: -75px;
  background: url(../images/play-bg.png) no-repeat center;
  background-size: 50%;
  z-index: 10;
  animation: circle 6s infinite linear;
}
.inner-about .inner-video .video-bg.active {
  animation-play-state: paused;
}
.inner-about .inner-youshi {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.5% 5%;
  position: relative;
}
.inner-about .inner-youshi:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #056bb9;
  z-index: 1;
}
.inner-about .inner-youshi .youshi-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 3%;
  width: 23%;
  height: 300px;
  box-shadow: 1px 1px 5px #1c1b1b36;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  background: #fff;
}
.inner-about .inner-youshi .youshi-box i {
  width: 80px;
  height: 80px;
  margin-bottom: 25%;
}
.inner-about .inner-youshi .youshi-box i.icon1 {
  background: url(../images/inner-about-icon1.png) no-repeat center;
}
.inner-about .inner-youshi .youshi-box i.icon2 {
  background: url(../images/inner-about-icon2.png) no-repeat center;
}
.inner-about .inner-youshi .youshi-box i.icon3 {
  background: url(../images/inner-about-icon3.png) no-repeat center;
}
.inner-about .inner-youshi .youshi-box i.icon4 {
  background: url(../images/inner-about-icon4.png) no-repeat center;
}
.inner-about .inner-youshi .youshi-box p {
  font-size: 20px;
  text-align: left;
}
.inner-about .inner-world img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.inner-about .inner-tedian {
  width: 100%;
  padding: 1% 5% 5%;
  background: #056bb9;
  display: flex;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-about .inner-tedian .tedian-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5%;
  width: 50%;
  height: 150px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-about .inner-tedian .tedian-item:nth-child(1) {
  border-right: 1px solid #efefef;
}
.inner-about .inner-tedian .tedian-item:nth-child(1) i {
  width: 100px;
  height: 100px;
  background: url(../images/youshi-icon1.png) no-repeat center;
}
.inner-about .inner-tedian .tedian-item:nth-child(2) i {
  width: 100px;
  height: 100px;
  background: url(../images/youshi-icon2.png) no-repeat center;
}
.inner-about .inner-tedian .tedian-item > p:nth-child(1) {
  display: table-cell;
  vertical-align: bottom;
  height: 70px;
  line-height: 70px;
}
.inner-about .inner-tedian .tedian-item > p:nth-child(1) span:nth-child(1) {
  font-size: 60px;
  color: #0068b7;
  font-weight: bold;
}
.inner-about .inner-tedian .tedian-item > p:nth-child(1) span:nth-child(2) {
  font-size: 48px;
  vertical-align: sub;
  color: #0068b7;
}
.inner-about .inner-tedian .tedian-item .des {
  height: 60px;
  margin-right: 20%;
}
.inner-about .inner-tedian .tedian-item .des p {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #444;
  text-align: left;
}
.inner-about .about-ad {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 840px;
  padding: 5%;
  position: relative;
  background: url(../images/about-ad-bg.png) no-repeat center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-about .about-ad .ad-item {
  width: 48%;
  height: 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.inner-about .about-ad .ad-item .shade {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  transition: all 350ms;
}
.inner-about .about-ad .ad-item .shade i {
  width: 76px;
  height: 76px;
}
.inner-about .about-ad .ad-item .shade p:nth-child(2) {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-top: 5%;
}
.inner-about .about-ad .ad-item .shade p:nth-child(3) {
  font-size: 20px;
  color: #fff;
}
.inner-about .about-ad .ad-item .shade.fangzhen {
  background: url(../images/shade-bg1.png) no-repeat center;
}
.inner-about .about-ad .ad-item .shade.fangzhen i {
  background: url(../images/shade-icon1.png) no-repeat center;
}
.inner-about .about-ad .ad-item .shade.linian {
  background: url(../images/shade-bg2.png) no-repeat center;
}
.inner-about .about-ad .ad-item .shade.linian i {
  background: url(../images/shade-icon2.png) no-repeat center;
}
.inner-about .about-ad .ad-item:hover .shade {
  opacity: 1;
}
.inner-about .about-ad .ad-item:nth-child(1) {
  background: url(../images/inner-ad-bg1.png) no-repeat center;
}
.inner-about .about-ad .ad-item:nth-child(2) {
  background: url(../images/inner-ad-bg2.png) no-repeat center;
}
.inner-about .about-ad .ad-item > p {
  font-size: 30px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  color: #fff;
}
.inner-job-list {
  padding: 3% 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-job-list .job-item {
  width: 100%;
  padding: 2% 5% 3%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.inner-job-list .job-item:nth-child(2n+1) {
  background: #f6f6f6;
}
.inner-job-list .job-item .job-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  position: relative;
}
.inner-job-list .job-item .job-title .job-tips {
  display: block;
  position: absolute;
  right: 30px;
  bottom: -7px;
  font-size: 14px;
  opacity: 0;
  color: #333;
  transition: all 350ms;
}
.inner-job-list .job-item .job-title .job-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border: 10px solid #333;
  border-left-color: #333;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right-color: transparent;
  transition: all 350ms;
}
.inner-job-list .job-item .job-title .job-arrow:hover {
  cursor: pointer;
}
.inner-job-list .job-item .job-title:before {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 20px;
  left: -20px;
  top: 50%;
  margin-top: -10px;
  background: #333;
}
.inner-job-list .job-item .job-info {
  width: 80%;
  padding: 1% 0%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.inner-job-list .job-item .job-info .info-item {
  width: 33%;
  font-size: 14px;
  line-height: 2;
  color: #98989f;
}
.inner-job-list .job-item .job-info .info-item b {
  color: #333;
  font-weight: bold;
}
.inner-job-list .job-item .job-info .job-content {
  height: 0;
  transition: all 1s;
}
.inner-job-list .job-item.active {
  background: #fff;
  box-shadow: 0px 0px 5px 2px #a5c5e9;
  z-index: 10;
}
.inner-job-list .job-item.active .job-title {
  color: #0068b7;
}
.inner-job-list .job-item.active .job-title .job-tips {
  opacity: 1;
}
.inner-job-list .job-item.active .job-title .job-arrow {
  transform: rotate(90deg);
}
.inner-job-list .job-item.active .job-title:before {
  background: #0068b7;
}
.inner-job-list .job-item.active .job-info .info-item {
  color: #0068b7;
  font-weight: bold;
}
.inner-job-list .job-item.active .job-content {
  height: 100%;
  width: 100%;
  padding: 1% 0 0;
  border-top: 1px solid #efefef;
}
.inner-job-list .job-item.active .job-content .content-title {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
}
.inner-job-list .job-item.active .job-content .content-detail {
  padding: 1% 0;
}
.inner-job-list .job-item.active .job-content .content-detail p,
.inner-job-list .job-item.active .job-content .content-detail span {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}
.inner-job-list .job-item.active .job-content .job-btn {
  width: 280px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  padding-left: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 50px;
  background: #0068b7;
  margin-top: 2%;
}
.inner-job-list .job-item.active .job-content .job-btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  width: 20px;
  height: 16px;
  margin-top: -8px;
  background: url(../images/job-icon.png) no-repeat center;
}
.inner-job-list .job-item.active .job-content .job-btn:hover {
  background-image: -moz-linear-gradient(90deg, #333, #0068b7);
  background-image: -ms-linear-gradient(90deg, #333, #0068b7);
  background-image: linear-gradient(90deg, #333, #0068b7);
  background-image: -o-linear-gradient(90deg, #333, #0068b7);
}
.inner-goods-list {
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-goods-list ul {
  width: 100%;
  height: 100%;
  margin: 2% 0;
}
.inner-goods-list ul li {
  width: 33.3%;
  float: left;
  outline: 1px solid #efefef;
  padding: 2% 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-goods-list ul li .img {
  display: block;
  width: 100%;
  height: 300px;
}
.inner-goods-list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.inner-goods-list ul li .title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  height: 50px;
  width: 100%;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inner-goods-list ul li .content {
  padding: 2% 0;
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  height: 80px;
  text-align: center;
}
.inner-goods-list ul li .btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.inner-goods-list ul li .btn a {
  display: block;
  width: 48%;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #cccccc;
}
.inner-goods-list ul li:hover {
  outline: 3px solid #0068b7;
}
.inner-goods-list ul li:hover .title {
  color: #0068b7;
}
.inner-goods-list ul li:hover .btn a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner-goods-list ul li:hover .btn a.detail {
  background: #0068b7;
}
.inner-goods-list ul li:hover .btn a.detail:after {
  display: block;
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 350ms;
  background-image: -moz-linear-gradient(90deg, #333, #f08300);
  background-image: -ms-linear-gradient(90deg, #333, #f08300);
  background-image: linear-gradient(90deg, #333, #f08300);
  background-image: -o-linear-gradient(90deg, #333, #f08300);
  z-index: -1;
}
.inner-goods-list ul li:hover .btn a.contact {
  background: #f08300;
}
.inner-goods-list ul li:hover .btn a.contact:after {
  display: block;
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 350ms;
  background-image: -moz-linear-gradient(90deg, #333, #0068b7);
  background-image: -ms-linear-gradient(90deg, #333, #0068b7);
  background-image: linear-gradient(90deg, #333, #0068b7);
  background-image: -o-linear-gradient(90deg, #333, #0068b7);
  z-index: -1;
}
.inner-goods-list ul li:hover .btn a:hover:after {
  left: 0;
}
.case-video {
  width: 100%;
  height: 500px;
  position: relative;
}
.inner-swiper-btn {
  width: 10px;
  height: 18px;
  display: block;
  position: absolute;
}
.inner-swiper-btn:hover {
  cursor: pointer;
}
.inner-swiper-btn.swiper-button-prev-detail {
  top: 50%;
  right: 50px;
  margin-top: -9px;
  background: url(../images/detail-arrow-left.png) no-repeat center;
}
.inner-swiper-btn.swiper-button-next-detail {
  top: 50%;
  right: 0px;
  margin-top: -9px;
  background: url(../images/detail-arrow-right.png) no-repeat center;
}
.other-box {
  border-top: 1px solid #e7e7e7;
}
.other-box .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
}
.other-box .swiper-container .swiper-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.other-box .swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 320px;
  border: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.other-box .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.other-box .swiper-container .swiper-wrapper .swiper-slide a .info-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #333;
  font-size: 20px;
  background: #f5f5f5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.other-box .swiper-container .swiper-wrapper .swiper-slide:hover {
  border: 1px solid #0068b7;
}
.other-box .swiper-container .swiper-wrapper .swiper-slide:hover a .info-title {
  background: #0068b7;
  color: #fff;
}
.pro-other-box .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
}
.pro-other-box .swiper-container .swiper-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pro-other-box .swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2% 3%;
}
.pro-other-box .swiper-container .swiper-wrapper .swiper-slide .img {
  display: block;
  width: 100%;
  height: 300px;
}
.pro-other-box .swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pro-other-box .swiper-container .swiper-wrapper .swiper-slide .title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  height: 50px;
  width: 100%;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  overflow: hidden;
}
.pro-other-box .swiper-container .swiper-wrapper .swiper-slide .content {
  padding: 2% 0;
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  height: 80px;
  text-align: center;
}
.pro-other-box .swiper-container .swiper-wrapper .swiper-slide .btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.pro-other-box .swiper-container .swiper-wrapper .swiper-slide .btn a {
  display: block;
  width: 48%;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #cccccc;
}
.pro-other-box .swiper-container .swiper-wrapper .swiper-slide:hover {
  border: 1px solid #0068b7;
}
.pro-other-box .swiper-container .swiper-wrapper .swiper-slide:hover .title {
  color: #0068b7;
}
.pro-other-box .swiper-container .swiper-wrapper .swiper-slide:hover .btn a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pro-other-box .swiper-container .swiper-wrapper .swiper-slide:hover .btn a.detail {
  background: #0068b7;
}
.pro-other-box .swiper-container .swiper-wrapper .swiper-slide:hover .btn a.detail:after {
  display: block;
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 350ms;
  background-image: -moz-linear-gradient(90deg, #333, #f08300);
  background-image: -ms-linear-gradient(90deg, #333, #f08300);
  background-image: linear-gradient(90deg, #333, #f08300);
  background-image: -o-linear-gradient(90deg, #333, #f08300);
  z-index: -1;
}
.pro-other-box .swiper-container .swiper-wrapper .swiper-slide:hover .btn a.contact {
  background: #f08300;
}
.pro-other-box .swiper-container .swiper-wrapper .swiper-slide:hover .btn a.contact:after {
  display: block;
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 350ms;
  background-image: -moz-linear-gradient(90deg, #333, #0068b7);
  background-image: -ms-linear-gradient(90deg, #333, #0068b7);
  background-image: linear-gradient(90deg, #333, #0068b7);
  background-image: -o-linear-gradient(90deg, #333, #0068b7);
  z-index: -1;
}
.pro-other-box .swiper-container .swiper-wrapper .swiper-slide:hover .btn a:hover:after {
  left: 0;
}
.content-box {
  margin-top: 30px;
  position: relative;
}
.content-box .content-title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  color: #0068b7;
}
.content-box .content-tips {
  font-size: 18px;
  height: 20px;
  line-height: 20px;
}
.content-box .goods-content p {
  font-size: 18px;
  padding: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-box .param-table {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.content-box .param-table table {
  width: 100%;
  border-collapse: collapse;
}
.content-box .param-table table tr {
  height: 60px;
}
.content-box .param-table table tr:nth-child(2n+1) {
  background: #f7f7f7;
}
.content-box .param-table table tr td {
  font-size: 16px;
  border: solid 1px #e7e7e7;
  margin: 2px;
  padding: 1px 1px 1px 5px;
  text-align: center;
}
.content-box .param-table table tr.firstRow {
  height: 80px !important;
  background: #ededed;
}
.content-box .param-table table tr:last-child {
  color: #0068b7;
  background: #fff;
}
.content-box .inner-swiper-btn {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
}
.content-box .inner-swiper-btn:hover {
  cursor: pointer;
}
.content-box .inner-swiper-btn.swiper-button-prev-detail {
  top: 50%;
  right: 90px;
  margin-top: -25px;
  background: url(../images/detail-arrow-left.png) no-repeat center;
}
.content-box .inner-swiper-btn.swiper-button-prev-detail:hover {
  background: url(../images/detail-arrow-left-hover.png) no-repeat center;
}
.content-box .inner-swiper-btn.swiper-button-next-detail {
  top: 50%;
  right: 0px;
  margin-top: -25px;
  background: url(../images/detail-arrow-right.png) no-repeat center;
}
.content-box .inner-swiper-btn.swiper-button-next-detail:hover {
  background: url(../images/detail-arrow-right-hover.png) no-repeat center;
}
.inner-proinfo {
  background: #f5f6fa;
  padding: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-proinfo .info-main {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 3%;
}
.inner-proinfo .info-main.flex-column {
  flex-direction: column !important;
}
.inner-proinfo .info-main .info-preview {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
}
.inner-proinfo .info-main .info-preview .left {
  width: 90px;
  height: 470px;
  padding: 70px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-proinfo .info-main .info-preview .left .swiper-container {
  height: 325px;
  overflow: hidden;
}
.inner-proinfo .info-main .info-preview .left .swiper-container .swiper-slide {
  width: 86px;
  height: 86px !important;
  border-radius: 50%;
  border: 1px solid #efefef;
}
.inner-proinfo .info-main .info-preview .left .swiper-container .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #f08300;
}
.inner-proinfo .info-main .info-preview .left .swiper-btn {
  position: absolute;
  width: 90px;
  height: 50px;
  left: 0;
}
.inner-proinfo .info-main .info-preview .left .swiper-btn.swiper-pro-prev {
  top: 0;
  background: url(../images/pro-prev-btn.png) no-repeat center;
}
.inner-proinfo .info-main .info-preview .left .swiper-btn.swiper-pro-prev:hover {
  background: url(../images/pro-prev-btn1.png) no-repeat center;
}
.inner-proinfo .info-main .info-preview .left .swiper-btn.swiper-pro-next {
  bottom: 0;
  background: url(../images/pro-next-btn.png) no-repeat center;
}
.inner-proinfo .info-main .info-preview .left .swiper-btn.swiper-pro-next:hover {
  background: url(../images/pro-next-btn1.png) no-repeat center;
}
.inner-proinfo .info-main .info-preview .right {
  width: 700px;
  height: 100%;
  overflow: hidden;
  padding: 0 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-proinfo .info-main .info-preview .right .swiper-container {
  width: 100%;
  height: 100%;
}
.inner-proinfo .info-main .info-preview .right .swiper-container .swiper-slide {
  width: 100%;
  height: 520px;
}
.inner-proinfo .info-main .info-detail {
  width: 33%;
  height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.inner-proinfo .info-main .info-detail .tags {
  height: 34px;
  line-height: 34px;
  margin-bottom: 5%;
}
.inner-proinfo .info-main .info-detail .tags p {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #0068b7;
}
.inner-proinfo .info-main .info-detail .tags p:nth-child(1) {
  color: #fff;
  background: #0068b7;
}
.inner-proinfo .info-main .info-detail .tags p:nth-child(2) {
  color: #0068b7;
  background: #fff;
}
.inner-proinfo .info-main .info-detail .pro-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  margin-bottom: 5%;
}
.inner-proinfo .info-main .info-detail .s-title {
  color: #0068b7;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}
.inner-proinfo .info-main .info-detail .pro-content {
  width: 100%;
  height: 60px;
  color: #888888;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 5%;
}
.inner-proinfo .info-main .info-detail .contact {
  width: 100%;
  height: 70px;
  padding-left: 80px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15%;
}
.inner-proinfo .info-main .info-detail .contact:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background: url(../images/inner-tel-icon.png) no-repeat center;
}
.inner-proinfo .info-main .info-detail .contact > p:nth-child(1) {
  font-size: 18px;
  color: #333;
  height: 30px;
  line-height: 30px;
}
.inner-proinfo .info-main .info-detail .contact > p:nth-child(2) {
  font-size: 22px;
  font-family: "Abril";
  color: #0068b7;
  height: 40px;
  line-height: 40px;
}
.inner-proinfo .info-main .info-detail .btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}
.inner-proinfo .info-main .info-detail .btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 48%;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  color: #fff;
  text-align: right;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.inner-proinfo .info-main .info-detail .btn a span {
  margin-right: 2%;
}
.inner-proinfo .info-main .info-detail .btn a.mes-btn {
  background: #f08300;
  overflow: hidden;
  transition: all 350ms;
  z-index: 1;
}
.inner-proinfo .info-main .info-detail .btn a.mes-btn i {
  background: url(../images/pro-mes-icon.png) no-repeat center;
  width: 30px;
  height: 50px;
}
.inner-proinfo .info-main .info-detail .btn a.mes-btn:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  transition: all 350ms;
  background-image: -moz-linear-gradient(90deg, #333, #0068b7);
  background-image: -ms-linear-gradient(90deg, #333, #0068b7);
  background-image: linear-gradient(90deg, #333, #0068b7);
  background-image: -o-linear-gradient(90deg, #333, #0068b7);
  z-index: -1;
}
.inner-proinfo .info-main .info-detail .btn a.mes-btn:hover:after {
  left: 0;
}
.inner-proinfo .info-main .info-detail .btn a.wechat-btn {
  background: #2aae67;
}
.inner-proinfo .info-main .info-detail .btn a.wechat-btn i {
  background: url(../images/pro-wechat-icon.png) no-repeat center;
  width: 30px;
  height: 50px;
}
.inner-proinfo .info-main .info-detail .btn a.wechat-btn .wechat-img {
  display: none;
  position: absolute;
  width: 120px;
  height: 120px;
  top: -130px;
  left: 50%;
  margin-left: -60px;
}
.inner-proinfo .info-main .info-detail .btn a.wechat-btn .wechat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-proinfo .info-main .info-detail .btn a.wechat-btn:hover {
  background-image: -moz-linear-gradient(90deg, #333, #2aae67);
  background-image: -ms-linear-gradient(90deg, #333, #2aae67);
  background-image: linear-gradient(90deg, #333, #2aae67);
  background-image: -o-linear-gradient(90deg, #333, #2aae67);
}
.inner-proinfo .info-main .info-detail .btn a.wechat-btn:hover .wechat-img {
  display: block;
}
.inner-proinfo .info-main .info-content {
  width: 100%;
  overflow: hidden;
}
.inner-proinfo .info-main .info-content .content-title {
  width: 100%;
  height: 68px;
  background: #eee;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-proinfo .info-main .info-content .content-title .title-box {
  position: absolute;
  min-width: 150px;
  height: 68px;
  background: #0068b7;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 2%;
}
.inner-proinfo .info-main .info-content .content-title .title-box i {
  display: inline-block;
  width: 24px;
  height: 68px;
  margin-right: 5%;
}
.inner-proinfo .info-main .info-content .content-title .title-box i.intro {
  background: url(../images/content-icon1.png) no-repeat center;
}
.inner-proinfo .info-main .info-content .content-title .title-box i.yingyong {
  background: url(../images/content-icon2.png) no-repeat center;
}
.inner-proinfo .info-main .info-content .content-title .title-box i.jishu {
  background: url(../images/content-icon3.png) no-repeat center;
}
.inner-proinfo .info-main .info-content .content-title .title-box p {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  height: 68px;
  line-height: 68px;
  color: #fff;
  white-space: nowrap;
}
.inner-proinfo .info-main .info-content .content-detail {
  padding: 2% 0;
}
.inner-proinfo .info-main .info-content .content-detail p,
.inner-proinfo .info-main .info-content .content-detail span {
  font-size: 18px;
}
.inner-proinfo .info-main .info-content .content-detail img {
  max-width: 100%;
}
.inner-proinfo .info-main .info-content .content-param {
  padding: 2% 0;
}
.inner-proinfo .info-main .info-content .content-param img {
  width: 100%;
  max-width: 100%;
}
.inner-proinfo .info-main .info-content .content-param table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  text-align: center;
  overflow: hidden;
}
.inner-proinfo .info-main .info-content .content-param table tr {
  padding: 1%;
  height: 60px;
}
.inner-proinfo .info-main .info-content .content-param table tr:nth-child(2n+1) {
  background: #fff;
}
.inner-proinfo .info-main .info-content .content-param table tr:nth-child(2n) {
  background: #f7f7f7;
}
.inner-proinfo .info-main .info-content .content-param table tr td {
  font-size: 16px;
  border: solid 1px #dfdfdf;
  margin: 2px;
  padding: 1px 1px 1px 5px;
  text-align: center;
}
.inner-proinfo .info-main .info-content .content-param table tr td:nth-child(1) {
  width: 25%;
  white-space: nowrap;
  background: #eee !important;
  font-weight: bold;
}
.inner-proinfo .info-main .info-content .content-param table tr td.tips {
  color: #0068b7 !important;
  font-weight: normal;
  background: #fff !important;
}
.inner-proinfo .info-main .goodspage {
  display: flex;
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding: 0 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #efefef;
}
.inner-proinfo .info-main .goodspage .page-a {
  color: #333;
}
.inner-proinfo .info-main .goodspage .page-a a {
  color: #333;
}
.inner-proinfo .info-main .goodspage .page-a:hover {
  color: #0068b7;
  font-weight: bold;
}
.inner-proinfo .info-main .goodspage .page-a:hover a {
  color: #0068b7;
  font-weight: bold;
}
.pt10 {
  padding-bottom: 150px !important;
}
.crumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  background: rgba(55, 55, 55, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.crumbs .crumbs-left {
  max-width: 500px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  font-size: 16px;
}
.crumbs .crumbs-left a {
  color: #fff;
  font-size: 16px;
}
.crumbs .crumbs-right {
  width: 200px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  font-size: 16px;
  position: relative;
  text-align: center;
}
.crumbs .crumbs-right:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  background: url(../images/scroll-arrow.png) no-repeat center;
  animation: circle_down 550ms linear 0s infinite alternate;
}
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #237ed2;
  background: #237ed2;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
@keyframes circle_down {
  0% {
    top: 45%;
  }
  100% {
    top: 55%;
  }
}
@keyframes word-spread {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes arrow_move {
  0% {
    right: 10px;
  }
  100% {
    right: 0;
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes toggle_down {
  0% {
    height: 0;
  }
  100% {
    height: 200px;
  }
}
/*# sourceMappingURL=nei.css.map */